home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-03-01 | 48.3 KB | 1,677 lines |
- object frmSend: TfrmSend
- Left = 336
- Top = 211
- Width = 569
- Height = 450
- Caption = 'Send Message'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- KeyPreview = True
- Menu = MainMenu1
- OldCreateOrder = True
- Scaled = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyUp = FormKeyUp
- OnResize = FormResize
- PixelsPerInch = 120
- TextHeight = 16
- object Splitter: TSplitter
- Left = 0
- Top = 311
- Width = 561
- Height = 4
- Cursor = crVSplit
- Align = alBottom
- end
- object Panel1: TPanel
- Left = 0
- Top = 96
- Width = 561
- Height = 215
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object SplitterSig: TSplitter
- Left = 0
- Top = 159
- Width = 561
- Height = 4
- Cursor = crVSplit
- Align = alBottom
- Color = clWhite
- ParentColor = False
- end
- object PnlHeaders: TPanel
- Left = 0
- Top = 0
- Width = 561
- Height = 64
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object BtnTo: TSpeedButton
- Left = 7
- Top = 1
- Width = 45
- Height = 21
- Cursor = crHandPoint
- Hint = 'Primary recipient(s)'
- Caption = '&To'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- Glyph.Data = {
- C6000000424DC60000000000000076000000280000000A0000000A0000000100
- 0400000000005000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700
- 0000787770777800000070000000000000007088F8F88000000070FFF8FFF000
- 000070F8F8FFF0000000708F88F8F000000070F8F8FF8000000070FF888FF000
- 00007700777007000000}
- ParentFont = False
- OnClick = BtnToClick
- end
- object BtnCc: TSpeedButton
- Left = 7
- Top = 43
- Width = 45
- Height = 21
- Cursor = crHandPoint
- Hint = 'Carbon copy recipient(s)'
- Caption = '&Cc'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- Glyph.Data = {
- C6000000424DC60000000000000076000000280000000A0000000A0000000100
- 0400000000005000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700
- 0000787770777800000070000000000000007088F8F88000000070FFF8FFF000
- 000070F8F8FFF0000000708F88F8F000000070F8F8FF8000000070FF888FF000
- 00007700777007000000}
- ParentFont = False
- OnClick = BtnToClick
- end
- object BtnBcc: TSpeedButton
- Left = 242
- Top = 43
- Width = 50
- Height = 21
- Cursor = crHandPoint
- Hint = 'Blind carbon copy (anonymous) recipient(s)'
- Caption = '&Bcc'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- Glyph.Data = {
- C6000000424DC60000000000000076000000280000000A0000000A0000000100
- 0400000000005000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700
- 0000787770777800000070000000000000007088F8F88000000070FFF8FFF000
- 000070F8F8FFF0000000708F88F8F000000070F8F8FF8000000070FF888FF000
- 00007700777007000000}
- ParentFont = False
- OnClick = BtnToClick
- end
- object LblSubject: TLabel
- Left = 5
- Top = 25
- Width = 45
- Height = 16
- Caption = 'Subject'
- end
- object MemoBcc: TMemo
- Left = 295
- Top = 43
- Width = 201
- Height = 20
- BorderStyle = bsNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = frmAddress.PopupLists
- TabOrder = 3
- OnChange = MemoBccChange
- OnEnter = MemoBccEnter
- OnExit = MemoBccExit
- end
- object MemoTo: TMemo
- Left = 57
- Top = 1
- Width = 439
- Height = 20
- BorderStyle = bsNone
- Ctl3D = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 17
- Font.Name = 'Arial'
- Font.Style = []
- ParentCtl3D = False
- ParentFont = False
- PopupMenu = frmAddress.PopupLists
- TabOrder = 0
- OnChange = MemoToChange
- OnEnter = MemoToEnter
- OnExit = MemoToExit
- end
- object MemoCc: TMemo
- Left = 57
- Top = 43
- Width = 181
- Height = 20
- BorderStyle = bsNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = frmAddress.PopupLists
- TabOrder = 2
- OnChange = MemoCcChange
- OnEnter = MemoCcEnter
- OnExit = MemoCcExit
- end
- object EditSubject: TEdit
- Left = 57
- Top = 22
- Width = 439
- Height = 20
- BorderStyle = bsNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnChange = EditSubjectChange
- OnEnter = MemoSubjectEnter
- OnExit = MemoSubjectExit
- end
- object PnlOptions: TPanel
- Left = 551
- Top = 0
- Width = 10
- Height = 64
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 4
- end
- end
- object PnlBody: TPanel
- Left = 0
- Top = 64
- Width = 561
- Height = 95
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- OnResize = PnlBodyResize
- object MemoBody: TRichEdit
- Left = 0
- Top = 0
- Width = 561
- Height = 95
- Align = alClient
- BorderStyle = bsNone
- HideSelection = False
- PopupMenu = PopupBody
- ScrollBars = ssVertical
- TabOrder = 0
- WantTabs = True
- OnChange = MemoBodyChange
- OnEnter = MemoBodyEnter
- OnKeyDown = MemoBodyKeyDown
- OnSelectionChange = MemoBodySelectionChange
- end
- end
- object PnlSig: TPanel
- Left = 0
- Top = 163
- Width = 561
- Height = 52
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- object Bevel2: TBevel
- Left = 0
- Top = 0
- Width = 561
- Height = 1
- Align = alTop
- Shape = bsTopLine
- end
- object PnlSigNav: TPanel
- Left = 0
- Top = 28
- Width = 561
- Height = 24
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object BtnSigLeft: TSpeedButton
- Left = 1
- Top = 1
- Width = 40
- Height = 20
- Cursor = crHandPoint
- Hint = 'Previous signature'
- Flat = True
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFF77FFFFFFFFFFF77CC7FFFFFFFF77CC7CC7F77F77FCC7CC7CC7CC7
- CC7FCCFCC7CC7CCFCCFFFFFCCFCC7FFFFFFFFFFFFFCCFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
- OnClick = BtnSigLeftClick
- end
- object BtnSigRight: TSpeedButton
- Left = 309
- Top = 1
- Width = 41
- Height = 20
- Cursor = crHandPoint
- Hint = 'Next signature'
- Flat = True
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFF77FFFFFFFFFFFFFCC7F77FFFFF77F77CC7CC7F77FCC7CC7CC7CC7
- CC7FCCFCCFCCFCCFCCFFFFFFFFCCFCCFFFFFFFFFFFCCFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
- OnClick = BtnSigRightClick
- end
- object BtnSaveSig: TSpeedButton
- Left = 237
- Top = 1
- Width = 69
- Height = 20
- Cursor = crHandPoint
- Hint = 'Save current signature'
- Caption = 'Save Sig'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = BtnSaveSigClick
- end
- object BtnOrganize: TSpeedButton
- Left = 43
- Top = 1
- Width = 67
- Height = 20
- Cursor = crHandPoint
- Hint = 'Organize signatures...'
- Caption = '&Signature:'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = BtnOrganizeClick
- end
- object Bevel1: TBevel
- Left = 0
- Top = 21
- Width = 561
- Height = 3
- Align = alBottom
- Shape = bsBottomLine
- end
- object cbSig: TEnhComboBox
- Left = 112
- Top = -1
- Width = 121
- Height = 23
- AutoDropDownWidth = True
- DropDownCount = 12
- DropDownWidth = 121
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 15
- HorizontalExtent = 0
- ParentFont = False
- ShowBorderWhenInactive = True
- TabOrder = 0
- OnChange = cbSigChange
- end
- end
- object MemoSig: TMemo
- Left = 0
- Top = 1
- Width = 561
- Height = 27
- Align = alClient
- BorderStyle = bsNone
- PopupMenu = PopupSig
- ScrollBars = ssVertical
- TabOrder = 0
- WantTabs = True
- OnChange = MemoSigChange
- OnEnter = MemoSigEnter
- OnExit = MemoSigExit
- OnKeyDown = MemoSigKeyDown
- end
- end
- end
- object PnlToolbar: TPanel
- Left = 0
- Top = 0
- Width = 561
- Height = 96
- Align = alTop
- AutoSize = True
- BevelOuter = bvNone
- TabOrder = 1
- object PnlMainToolbar: TPanel
- Left = 0
- Top = 0
- Width = 561
- Height = 68
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- OnClick = CheckActiveNames
- object Bevel3: TBevel
- Left = 1
- Top = 41
- Width = 558
- Height = 2
- Anchors = [akLeft, akTop, akRight]
- Shape = bsTopLine
- end
- object Label7: TLabel
- Left = 6
- Top = 46
- Width = 115
- Height = 16
- Cursor = crHandPoint
- Caption = 'Send from Account:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = 16
- Font.Name = 'Arial'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = Label7Click
- end
- object BtnSend: TSpeedButton
- Left = 2
- Top = 2
- Width = 46
- Height = 39
- Hint = 'Send message (CTRL+E)'
- Caption = 'Send'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333300000000000000000FFFFFFFFFFFFFF00FFFF777FFFF
- FFF00FFFFFFFFFFFFFF00FFFF777777FFFF00FFFFFFFFFFF99900F777FFFFFFF
- 9CA00FFFFFFFFFFF9A9000000000000000003333333333333333333333333333
- 3333333333333333333333333333333333333333333333333333}
- Layout = blGlyphTop
- ParentFont = False
- Spacing = 2
- OnClick = btnSendClick
- end
- object BtnQueue: TSpeedButton
- Left = 48
- Top = 2
- Width = 46
- Height = 39
- Hint = 'Queue message (CTRL+Q)'
- Caption = 'Queue'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555000000
- 000055555F77777777775555000FFFFFFFF0555F777F5FFFF55755000F0F0000
- FFF05F777F7F77775557000F0F0FFFFFFFF0777F7F7F5FFFFFF70F0F0F0F0000
- 00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFFFFF70F0F0F0F0000
- 00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFF55570F0F0F0F000F
- FFF07F7F7F7F77755FF70F0F0F0FFFFF00007F7F7F7F5FF577770F0F0F0F00FF
- 0F057F7F7F7F77557F750F0F0F0FFFFF00557F7F7F7FFFFF77550F0F0F000000
- 05557F7F7F77777775550F0F0000000555557F7F7777777555550F0000000555
- 55557F7777777555555500000005555555557777777555555555}
- Layout = blGlyphTop
- NumGlyphs = 2
- ParentFont = False
- Spacing = 2
- OnClick = BtnQueueClick
- end
- object BtnAttach: TSpeedButton
- Left = 120
- Top = 2
- Width = 46
- Height = 39
- Hint = 'Attach file (CTRL+T)'
- Caption = 'Attach'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
- 0000377777777777777707FFFFFFFFFFFF70773FF33333333F770F77FFFFFFFF
- 77F07F773FFFFFFF77F70FFF7700000000007F337777777777770FFFFF0FFFFF
- FFF07F333F7F3FFFF3370FFF700F0000FFF07F3F777F777733370F707F0FFFFF
- FFF07F77337F3FFFFFF7007EEE0F000000F077FFFF7F777777370777770FFFFF
- FFF07777777F3FFFFFF7307EEE0F000000F03773FF7F7777773733707F0FFFFF
- FFF03337737F3FFF33373333700F000FFFF03333377F77733FF73333330FFFFF
- 00003333337F3FF377773333330F00FF0F033333337F77337F733333330FFFFF
- 00333333337FFFFF773333333300000003333333337777777333}
- Layout = blGlyphTop
- NumGlyphs = 2
- ParentFont = False
- Spacing = 2
- OnClick = btnAttachClick
- end
- object BtnSig: TSpeedButton
- Left = 437
- Top = 44
- Width = 120
- Height = 21
- Hint = 'Toggle signature on and off'
- AllowAllUp = True
- Anchors = [akTop, akRight]
- GroupIndex = 1
- Caption = 'Use Signature'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00EEEEEEEEEEEE
- EEEEE00000000000000EFFFFFFFFFFFFFFFFFF0FFFFFFFFFFFFFFF00FFF0FFFF
- FFFFEFF00000FFFFFFFFEFF000000FFFFFFEEFFF00FFF03FFFFEEEFF00FFFBB3
- FFFEEEFFFFFFFFBB0FEEEEFFFFFFFFF910EEEEFFFFFFFFFF910EEEFFFFFFFFFF
- F910EEEFFFFFFFFFFE91EEEFFFFFFFFFFEE9EEEFFFFFFFFFFEEE}
- ParentFont = False
- OnClick = ChkBoxSigClick
- end
- object BtnStyled: TSpeedButton
- Left = 236
- Top = 2
- Width = 46
- Height = 39
- Hint = 'Toggle sending styled text'
- AllowAllUp = True
- GroupIndex = 2
- Caption = 'Styled'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- 66010000424D6601000000000000760000002800000014000000140000000100
- 040000000000F000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFF
- FFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000F000000000000000000F
- 0000FFFFFFFFFFFFFFFFFFFF0000F000F000F111FFF44FFF0000FF0FFF0FF1FF
- 1F4FF4FF0000FF00000FF1FF1F4FFFFF0000FFF0F0FFF111FF4FFFFF0000FFF0
- F0FFF1FF1F4FFFFF0000FFFF0FFFF1FF1F4FF4FF0000FFFF0FFF1111FFF44FFF
- 0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFF
- FFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFF
- FFFFFFFFFFFFFFFF0000}
- Layout = blGlyphTop
- ParentFont = False
- Spacing = 1
- OnClick = BtnStyledClick
- end
- object btnSpell: TSpeedButton
- Left = 305
- Top = 2
- Width = 52
- Height = 39
- Hint = 'Check spelling (F7)'
- Caption = 'Spelling'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888888884888888888888884448888888888884444888888888888448448888
- 8888884448844888888884448888448888888848888884488888888888888844
- 8888888888888888488808808008880084880880808080888848000080088088
- 8884088080808088888880088008880088888888888888888888}
- Layout = blGlyphTop
- ParentFont = False
- Spacing = 1
- OnClick = btnSpellClick
- end
- object BtnPlain: TSpeedButton
- Left = 190
- Top = 2
- Width = 46
- Height = 39
- Hint = 'Toggle sending plain text'
- AllowAllUp = True
- GroupIndex = 6
- Caption = 'Plain'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- 66010000424D6601000000000000760000002800000014000000140000000100
- 040000000000F000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFF
- FFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF
- 0000FFFFFFFFFFFFFFFFFFFF0000F000F000F000FFF00FFF0000FF0FFF0FF0FF
- 0F0FF0FF0000FF00000FF0FF0F0FFFFF0000FFF0F0FFF000FF0FFFFF0000FFF0
- F0FFF0FF0F0FFFFF0000FFFF0FFFF0FF0F0FF0FF0000FFFF0FFF0000FFF00FFF
- 0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFF
- FFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFF
- FFFFFFFFFFFFFFFF0000}
- Layout = blGlyphTop
- ParentFont = False
- Spacing = 1
- OnClick = BtnPlainClick
- end
- object BtnTemplates: TRxSpeedButton
- Left = 327
- Top = 44
- Width = 110
- Height = 21
- Anchors = [akTop, akRight]
- DropDownMenu = PopupTemplate
- Caption = 'Template'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
- DDDDDDDD070707070DDDDDD7777777777DDDDDD7FFFFFFF70DDDDDD7F7070FF7
- 7DDDDDD7FFFFFFF70DDDDDD7FFFFFFF77DDDDDD7F00F7FF70DDDDDD7FFFFFFF7
- 7DDDDDD7F0700FF70DDDDDD7FFFFFFF77DDDDDD7F700FFF70DDDDDD7FFFFFFF7
- 7DDDDDD7F0707FF70DDDDDD7FFFFFFF7DDDDDDD777777777DDDD}
- Layout = blGlyphLeft
- ParentFont = False
- Spacing = 4
- Transparent = True
- end
- object AccountsList: TEnhComboBox
- Left = 126
- Top = 43
- Width = 200
- Height = 23
- Hint = 'Select account from which to send'
- Style = csDropDownList
- Anchors = [akLeft, akTop, akRight]
- AutoDropDownWidth = True
- DropDownCount = 12
- DropDownWidth = 216
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 15
- HorizontalExtent = 0
- ParentFont = False
- TabOrder = 0
- OnChange = AccountsListChange
- end
- end
- object PnlHTMLToolbar: TPanel
- Left = 0
- Top = 68
- Width = 561
- Height = 28
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- object BtnJustifyLeft: TSpeedButton
- Left = 334
- Top = 2
- Width = 24
- Height = 24
- Hint = 'Left justify'
- Flat = True
- Glyph.Data = {
- 66010000424D6601000000000000760000002800000014000000140000000100
- 040000000000F000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFF
- FFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FF0000000000FFFFFFFF
- 0000FFFFFFFFFFFFFFFFFFFF0000FF000000000000000FFF0000FFFFFFFFFFFF
- FFFFFFFF0000FF0000000000FFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FF00
- 0000000000000FFF0000FFFFFFFFFFFFFFFFFFFF0000FF0000000000FFFFFFFF
- 0000FFFFFFFFFFFFFFFFFFFF0000FF000000000000000FFF0000FFFFFFFFFFFF
- FFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFF
- FFFFFFFFFFFFFFFF0000}
- OnClick = BtnJustifyLeftClick
- end
- object BtnJustifyCenter: TSpeedButton
- Left = 358
- Top = 2
- Width = 24
- Height = 24
- Hint = 'Center justify'
- Flat = True
- Glyph.Data = {
- 66010000424D6601000000000000760000002800000014000000140000000100
- 040000000000F000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFF
- FFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFF00000000FFFFFF
- 0000FFFFFFFFFFFFFFFFFFFF0000FFF00000000000000FFF0000FFFFFFFFFFFF
- FFFFFFFF0000FFFFFF00000000FFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFF0
- 0000000000000FFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFF00000000FFFFFF
- 0000FFFFFFFFFFFFFFFFFFFF0000FFF00000000000000FFF0000FFFFFFFFFFFF
- FFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFF
- FFFFFFFFFFFFFFFF0000}
- OnClick = BtnJustifyCenterClick
- end
- object BtnJustifyRight: TSpeedButton
- Left = 382
- Top = 2
- Width = 24
- Height = 24
- Hint = 'Right justify'
- Flat = True
- Glyph.Data = {
- 66010000424D6601000000000000760000002800000014000000140000000100
- 040000000000F000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFF
- FFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFF0000000000FF
- 0000FFFFFFFFFFFFFFFFFFFF0000FFF000000000000000FF0000FFFFFFFFFFFF
- FFFFFFFF0000FFFFFFFF0000000000FF0000FFFFFFFFFFFFFFFFFFFF0000FFF0
- 00000000000000FF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFF0000000000FF
- 0000FFFFFFFFFFFFFFFFFFFF0000FFF000000000000000FF0000FFFFFFFFFFFF
- FFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFF
- FFFFFFFFFFFFFFFF0000}
- OnClick = BtnJustifyRightClick
- end
- object BtnBold: TSpeedButton
- Left = 256
- Top = 2
- Width = 24
- Height = 24
- Hint = 'Bold'
- AllowAllUp = True
- GroupIndex = 3
- Caption = 'B'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 20
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = BtnBoldClick
- end
- object BtnItalic: TSpeedButton
- Left = 280
- Top = 2
- Width = 24
- Height = 24
- Hint = 'Italic'
- AllowAllUp = True
- GroupIndex = 4
- Caption = ' I '
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 20
- Font.Name = 'Times New Roman'
- Font.Style = [fsItalic]
- ParentFont = False
- OnClick = BtnItalicClick
- end
- object BtnUnderline: TSpeedButton
- Left = 304
- Top = 2
- Width = 24
- Height = 24
- Hint = 'Underline'
- AllowAllUp = True
- GroupIndex = 5
- Caption = 'U'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 20
- Font.Name = 'Times New Roman'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = BtnUnderlineClick
- end
- object BtnIndentOn: TSpeedButton
- Left = 434
- Top = 2
- Width = 24
- Height = 24
- Hint = 'Indent paragraph'
- Flat = True
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888844444444444444888888888888888888444444444444448888888888888
- 8888844444444444444888888888888888888888888844444448888818888888
- 8888888811884444444811111118888888881111111844444448888811888888
- 8888888818884444444888888888888888888888888888888888}
- OnClick = BtnIndentOnClick
- end
- object BtnIndentOff: TSpeedButton
- Left = 458
- Top = 2
- Width = 24
- Height = 24
- Hint = 'Unindent paragraph'
- Flat = True
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888844444444444444888888888888888888444444444444448888888888888
- 8888844444444444444888888888888888888888888844444448881888888888
- 8888811888884444444811111118888888881111111844444448811888888888
- 8888881888884444444888888888888888888888888888888888}
- OnClick = BtnIndentOffClick
- end
- object btnBullets: TSpeedButton
- Left = 410
- Top = 2
- Width = 24
- Height = 24
- Hint = 'Toggle bullets'
- AllowAllUp = True
- GroupIndex = 6
- Flat = True
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888888888888888888888888888888888888808888888888888800088444444
- 4448880888888888888888888888888888888808888888888888800088444444
- 4448880888888888888888888888888888888808888888888888800088444444
- 4448880888888888888888888888888888888888888888888888}
- OnClick = btnBulletsClick
- end
- object BtnClearStyles: TSpeedButton
- Left = 534
- Top = 2
- Width = 24
- Height = 24
- Hint = 'Clear all formatting'
- Caption = 'X'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = 22
- Font.Name = 'Arial'
- Font.Style = [fsItalic]
- ParentFont = False
- OnClick = BtnClearStylesClick
- end
- object cbFontSize: TComboBox
- Left = 130
- Top = 2
- Width = 82
- Height = 22
- Hint = 'Choose font size'
- Style = csDropDownList
- Ctl3D = False
- DropDownCount = 12
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 14
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ItemHeight = 14
- Items.Strings = (
- 'Very small'
- 'Small'
- 'Medium'
- 'Large'
- 'Larger'
- 'Very large'
- 'Largest')
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 1
- OnClick = cbFontSizeClick
- end
- object BtnFontColour: TDFSColorButton
- Left = 214
- Top = 2
- Width = 39
- Height = 24
- Hint = 'Font colour'
- Caption = 'BtnFontColour'
- TabOrder = 2
- OtherBtnCaption = '&Other'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Flat = True
- OnColorChange = Black1Click
- end
- object BtnBackColour: TDFSColorButton
- Left = 488
- Top = 2
- Width = 39
- Height = 24
- Hint = 'Background colour'
- Caption = 'BtnFontColour'
- TabOrder = 3
- OtherBtnCaption = '&Other'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Flat = True
- OnColorChange = Black1Click
- end
- object cbFontName: TWPopOutFntCBox
- Left = 2
- Top = 2
- Width = 128
- Height = 22
- Hint = 'Choose font'
- OnClick = cbFontNameClick
- DropDownCount = 16
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- PanelColor = clBlack
- MoveUsedToTop = False
- PopUpWidth = 200
- PopUpHeight = 45
- FontName = 'MS Sans Serif'
- end
- end
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 375
- Width = 561
- Height = 19
- Panels = <
- item
- Alignment = taRightJustify
- Bevel = pbNone
- Text = 'Line'
- Width = 40
- end
- item
- Width = 40
- end
- item
- Alignment = taRightJustify
- Bevel = pbNone
- Text = 'Col'
- Width = 40
- end
- item
- Width = 40
- end
- item
- Alignment = taRightJustify
- Bevel = pbNone
- Text = 'Chars'
- Width = 50
- end
- item
- Width = 60
- end
- item
- Bevel = pbNone
- Width = 50
- end>
- SimplePanel = False
- end
- object PnlAttach: TPanel
- Left = 0
- Top = 315
- Width = 561
- Height = 60
- Align = alBottom
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 3
- object ListAttach: TListView
- Left = 2
- Top = 21
- Width = 557
- Height = 37
- Align = alClient
- BorderStyle = bsNone
- Color = clBtnFace
- Columns = <>
- HotTrackStyles = []
- ReadOnly = True
- PopupMenu = PopupAttach
- ShowColumnHeaders = False
- SmallImages = ImageList
- TabOrder = 0
- ViewStyle = vsSmallIcon
- end
- object PnlAttachTitle: TPanel
- Left = 2
- Top = 2
- Width = 557
- Height = 19
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object Label1: TLabel
- Left = 7
- Top = 1
- Width = 89
- Height = 16
- Caption = 'Attachments:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- end
- object MainMenu1: TMainMenu
- Left = 32
- Top = 305
- object File1: TMenuItem
- Caption = '&File'
- object Open1: TMenuItem
- Caption = '&Open...'
- ShortCut = 16463
- OnClick = Open1Click
- end
- object Save1: TMenuItem
- Caption = '&Save...'
- ShortCut = 16467
- OnClick = Save1Click
- end
- object SaveasTemplate1: TMenuItem
- Caption = 'Save &as Template...'
- OnClick = SaveasTemplate1Click
- end
- object N8: TMenuItem
- Caption = '-'
- end
- object SaveasDefaultmessage1: TMenuItem
- Caption = 'Use as &Default Message Style'
- OnClick = SaveasDefaultmessage1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Close1: TMenuItem
- Caption = '&Close'
- OnClick = Close1Click
- end
- end
- object Edit1: TMenuItem
- Caption = '&Edit'
- object Undo2: TMenuItem
- Caption = '&Undo'
- ShortCut = 16474
- OnClick = Undo2Click
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Cut2: TMenuItem
- Caption = 'Cu&t'
- ShortCut = 16472
- OnClick = Cut2Click
- end
- object Copy2: TMenuItem
- Caption = '&Copy'
- ShortCut = 16451
- OnClick = Copy2Click
- end
- object Past1: TMenuItem
- Caption = '&Paste'
- ShortCut = 16470
- OnClick = Past1Click
- end
- object Delete1: TMenuItem
- Caption = '&Delete'
- OnClick = Delete1Click
- end
- object N7: TMenuItem
- Caption = '-'
- end
- object SelectAll2: TMenuItem
- Caption = 'Select &All'
- ShortCut = 16449
- OnClick = SelectAll2Click
- end
- end
- object View1: TMenuItem
- Caption = '&View'
- object ShowToolbar1: TMenuItem
- Caption = 'Show &Mail Toolbar'
- OnClick = ShowToolbar1Click
- end
- object ShowStyleToolbar1: TMenuItem
- Caption = 'Show S&tyle Toolbar'
- OnClick = ShowStyleToolbar1Click
- end
- object N13: TMenuItem
- Caption = '-'
- end
- object ShowSignature1: TMenuItem
- Caption = 'Show &Signature Pane'
- Checked = True
- OnClick = ShowSignature1Click
- end
- object ShowStatusBar1: TMenuItem
- Caption = 'Show Status &Bar'
- OnClick = ShowStatusBar1Click
- end
- end
- object Message1: TMenuItem
- Caption = '&Message'
- object SendMail1: TMenuItem
- Caption = '&Send message'
- ShortCut = 16453
- OnClick = SendMail1Click
- end
- object Queuemessage1: TMenuItem
- Caption = '&Queue message'
- ShortCut = 16465
- OnClick = Queuemessage1Click
- end
- object N14: TMenuItem
- Caption = '-'
- end
- object OpenTemplate1: TMenuItem
- Caption = 'Open &Template'
- end
- object OpenTemplate2: TMenuItem
- Caption = 'Open Template &Body'
- end
- object OpenTemplate5: TMenuItem
- Caption = 'Add Template B&ody'
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object Priority1: TMenuItem
- Caption = '&Priority'
- object Low1: TMenuItem
- Caption = '&Low'
- GroupIndex = 1
- RadioItem = True
- OnClick = Low1Click
- end
- object Normal1: TMenuItem
- Caption = '&Normal'
- Checked = True
- GroupIndex = 1
- RadioItem = True
- OnClick = Normal1Click
- end
- object High1: TMenuItem
- Caption = '&High'
- GroupIndex = 1
- RadioItem = True
- OnClick = High1Click
- end
- end
- object Attachfile1: TMenuItem
- Caption = '&Attach file'
- ShortCut = 16468
- OnClick = Attachfile1Click
- end
- object MenuSig: TMenuItem
- Caption = '&Use signature'
- Checked = True
- ShortCut = 16455
- OnClick = MenuSigClick
- end
- object Checkspelling1: TMenuItem
- Caption = '&Check spelling...'
- ShortCut = 118
- OnClick = btnSpellClick
- end
- object N12: TMenuItem
- Caption = '-'
- end
- object Quotemessage1: TMenuItem
- Caption = '&Quote message'
- OnClick = Quotemessage1Click
- end
- object Unquotemessage1: TMenuItem
- Caption = 'U&nquote message'
- OnClick = Unquotemessage1Click
- end
- end
- object Format1: TMenuItem
- Caption = 'F&ormat'
- object FontStyle1: TMenuItem
- Caption = '&Font Style'
- object Bold1: TMenuItem
- Caption = 'Bold'
- ShortCut = 16450
- OnClick = Bold1Click
- end
- object Italic1: TMenuItem
- Caption = 'Italic'
- ShortCut = 16457
- OnClick = Italic1Click
- end
- object Underline1: TMenuItem
- Caption = 'Underline'
- ShortCut = 16469
- OnClick = Underline1Click
- end
- end
- object Paragraph1: TMenuItem
- Caption = '&Paragraph'
- object LeftJustify1: TMenuItem
- Caption = 'Left Justify'
- OnClick = BtnJustifyLeftClick
- end
- object Center1: TMenuItem
- Caption = 'Center Justify'
- OnClick = BtnJustifyCenterClick
- end
- object RightJustify1: TMenuItem
- Caption = 'Right Justify'
- OnClick = BtnJustifyRightClick
- end
- object N9: TMenuItem
- Caption = '-'
- end
- object Indent1: TMenuItem
- Caption = 'Indent'
- OnClick = BtnIndentOnClick
- end
- object Unindent1: TMenuItem
- Caption = 'Unindent'
- OnClick = BtnIndentOffClick
- end
- object Bullets1: TMenuItem
- Caption = 'Bullets'
- OnClick = btnBulletsClick
- end
- end
- object N10: TMenuItem
- Caption = '-'
- end
- object ClearAllFormatting1: TMenuItem
- Caption = '&Clear All Formatting'
- OnClick = BtnClearStylesClick
- end
- end
- end
- object MailMessage: TmsMessage
- ContentType = 'text/plain'
- ReturnReceipt = False
- Left = 96
- Top = 305
- end
- object SMTP: TmsSMTP
- WinsockLoaded = True
- DefaultPort = 25
- OnError = SMTPError
- MailMessage = MailMessage
- OnProgress = SMTPProgress
- Left = 128
- Top = 305
- end
- object DlgOpen: TOpenDialog
- DefaultExt = 'txt'
- Filter = 'Text file (*.txt)|*.txt'
- Title = 'Open text file'
- Left = 160
- Top = 305
- end
- object ImageList: TImageList
- Left = 64
- Top = 305
- end
- object HintTimer: TTimer
- Enabled = False
- Interval = 3000
- OnTimer = HintTimerTimer
- Left = 449
- Top = 90
- end
- object PopupSig: TPopupMenu
- Left = 494
- Top = 357
- object Undo1: TMenuItem
- Caption = '&Undo'
- OnClick = Undo1Click
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object Cut1: TMenuItem
- Caption = 'Cu&t'
- OnClick = Cut1Click
- end
- object Copy1: TMenuItem
- Caption = '&Copy'
- OnClick = Copy1Click
- end
- object Paste1: TMenuItem
- Caption = '&Paste'
- OnClick = Paste1Click
- end
- object SelectAll1: TMenuItem
- Caption = 'Select &All'
- OnClick = SelectAll1Click
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object InsertSpecials1: TMenuItem
- Caption = 'Insert &Specials'
- object Fullname1: TMenuItem
- Caption = '&Full name'
- OnClick = Fullname1Click
- end
- object Email1: TMenuItem
- Caption = '&E-mail'
- OnClick = Email1Click
- end
- object Account1: TMenuItem
- Caption = 'Acc&ount'
- OnClick = Account1Click
- end
- object CurrentTime1: TMenuItem
- Caption = 'Current Ti&me'
- OnClick = CurrentTime1Click
- end
- object CurrentDate1: TMenuItem
- Caption = 'Current Dat&e'
- OnClick = CurrentDate1Click
- end
- object DateandTime1: TMenuItem
- Caption = 'Date a&nd Time'
- OnClick = DateandTime1Click
- end
- object DayoftheWeek1: TMenuItem
- Caption = 'Day of the &Week'
- OnClick = DayoftheWeek1Click
- end
- object AccountTag1: TMenuItem
- Caption = 'Acco&unt Tag'
- OnClick = AccountTag1Click
- end
- object RandomLinefromaFile1: TMenuItem
- Caption = '&Random Line from a File'
- OnClick = RandomLinefromaFile1Click
- end
- object ContentsofaFile1: TMenuItem
- Caption = '&Contents of a File'
- OnClick = ContentsofaFile1Click
- end
- end
- end
- object DlgSave: TSaveDialog
- DefaultExt = 'txt'
- FileName = 'MailMessage'
- Filter = 'Text file (*.txt)|*.txt'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
- Title = 'Save mail message'
- Left = 192
- Top = 306
- end
- object DlgAttach: TOpenDialog
- DefaultExt = '*'
- Filter = 'All files (*.*)|*.*'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Title = 'Attach File'
- Left = 294
- Top = 176
- end
- object PopupBody: TPopupMenu
- Left = 390
- Top = 235
- object OpenTemplate3: TMenuItem
- Caption = 'Open &Template'
- end
- object OpenTemplate4: TMenuItem
- Caption = 'Open Template &Body'
- end
- object OpenTemplate6: TMenuItem
- Caption = 'Add Template B&ody'
- end
- object N11: TMenuItem
- Caption = '-'
- end
- object MenuItem1: TMenuItem
- Caption = '&Undo'
- OnClick = Undo2Click
- end
- object MenuItem2: TMenuItem
- Caption = '-'
- end
- object MenuItem3: TMenuItem
- Caption = 'Cu&t'
- OnClick = Cut2Click
- end
- object MenuItem4: TMenuItem
- Caption = '&Copy'
- OnClick = Copy2Click
- end
- object MenuItem5: TMenuItem
- Caption = '&Paste'
- OnClick = Past1Click
- end
- object Delete2: TMenuItem
- Caption = '&Delete'
- OnClick = Delete1Click
- end
- object N6: TMenuItem
- Caption = '-'
- end
- object MenuItem6: TMenuItem
- Caption = 'Select &All'
- OnClick = SelectAll2Click
- end
- end
- object MailMessage2: TmsMessage
- ContentType = 'text/plain'
- ReturnReceipt = False
- Left = 96
- Top = 274
- end
- object PopupAttach: TPopupMenu
- Left = 288
- Top = 390
- object DeleteAttachment1: TMenuItem
- Caption = 'Delete Attachment'
- OnClick = DeleteAttachment1Click
- end
- end
- object Speller: TAddictSpell
- ImmediateChangeAll = False
- ConfigInAppDir = True
- ConfigFileName = 'spell.ini'
- ConfigKey = 'addict'
- ConfigAvailable = True
- AlwaysActive = False
- MaxSuggestions = 50
- MaxUndo = 20
- AutoSelectFirst = False
- SelectionBehavior = sbAvoid
- InitialPosition = ipAvoidControl
- WaitForCompletion = True
- IgnorePrefix = #39
- IgnoreSuffix = #39';'#39's'
- HelpEnabled = True
- HelpSeparate = True
- HelpFile = 'adspell.hlp'
- BackgroundSuggestions = True
- DialogHourGlass = False
- DefaultMain = 'english.dct'
- DefaultUser = 'default.udt'
- DefaultOptions = [soInternet, soAutoSuggest, soPrimaryOnly, soRecheck, soRepeated]
- VisibleOptions = [soUpcase, soNumbers, soHTML, soInternet, soRecheck]
- WordCountVisible = True
- Languages.LangCount = 1
- Languages.Lang = (
- 'English (US)'
- 'Spell Check Complete'
- 'Words Checked: '
- ''
- 'Spell Check'
- '&Change All'
- 'C&hange'
- '&Ignore All'
- 'I&gnore'
- '&Add'
- 'Au&to-Correct'
- 'S&uggest'
- 'Start'
- 'Undo &Last'
- '&Options'
- '&Delete'
- 'Hel&p'
- 'Cancel'
- 'Not Found:'
- 'Repeated Word:'
- 'Replace With:'
- 'Suggestions:'
- '...'
- 'Spell Check Configuration'
- 'Dictionaries'
- 'Options'
- '&OK'
- '&Cancel'
- ' Main Dictionaries: '
- '&Add'
- '&Remove'
- ' User Dictionaries: '
- 'A&dd'
- 'R&emove'
- '&New'
- 'Add Words &To;'
- ' Ignore: '
- ' Suggestions: '
- ' General: '
- 'Reset Ignore &All'
- 'R&eset Change All'
- 'Words in &UPPERCASE'
- 'Words Containing &Numbers'
- '&HTML Tags'
- 'UR&Ls and E-mail Addresses'
- 'Quoted Lines'
- '&Generate Automatically'
- 'From &Primary Dictionary Only'
- 'Re-check Replaced Words'
- 'Prompt on Repeated Word'
- 'Prompt on &DUal CAps'
- 'User Option 1'
- 'User Option 2'
- 'User Option 3'
- 'User Option 4'
- 'Dictionary Files'
- 'Open Main Dictionary'
- 'User Dictionaries'
- 'Open User Dictionary'
- 'User Dictionary File'
- 'New User Dictionary'
-
- 'A main dictionary has yet to be\set for this configuration.\\Edi' +
- 't configuration?'
-
- 'This dictionary file could not be\located. It needs to be moved' +
- '\to the specified directory or\this entry should be removed.'
- 'Unable to find dictionary file:'
- 'Exit without saving configuration?'
- '@@@')
- LanguageIndex = 0
- EndShowMessage = emExceptCancel
- Left = 278
- Top = 210
- end
- object OpenTag: TOpenDialog
- Filter = 'All files (*.*)|*.*'
- Left = 464
- Top = 358
- end
- object PopupTemplate: TPopupMenu
- Left = 300
- Top = 66
- end
- end
-